projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ba2fc
)
(view-other-diary-entries): Refer to `diary-view-entries' rather than
author
Glenn Morris
<rgm@gnu.org>
Sat, 22 Apr 2006 00:11:11 +0000
(
00:11
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 22 Apr 2006 00:11:11 +0000
(
00:11
+0000)
alias `view-diary-entries'.
lisp/calendar/diary-lib.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/diary-lib.el
b/lisp/calendar/diary-lib.el
index a8eeebae8fc8b302538be4835ad4b38b84fcd3ce..6ced08bf0836bd912fdc058d36cda864d58ab5a3 100644
(file)
--- a/
lisp/calendar/diary-lib.el
+++ b/
lisp/calendar/diary-lib.el
@@
-79,7
+79,7
@@
D-FILE specifies the file to use as the diary file."
(list (prefix-numeric-value current-prefix-arg)
(read-file-name "Enter diary file name: " default-directory nil t)))
(let ((diary-file d-file))
- (
view-diary
-entries arg)))
+ (
diary-view
-entries arg)))
(autoload 'check-calendar-holidays "holidays"
"Check the list of holidays for any that occur on DATE.